home *** CD-ROM | disk | FTP | other *** search
- *******************************************************************************
- * PC-SPELL 1.15 / ANDY WILDENBERG / ANDY WILDENBERG *
- *******************************************************************************
- * CATAGORY : UTILITY * NUMER OF FILES :5 *
- * USES: SPELL CHECKING * MAIN FILE SIZE : 33000 *
- * * LANGUAGE : COMP. BASIC *
- *******************************************************************************
- *ADVANTAGES - Public Domain, Extremely expandable, Easy to customize. *
- *DISADVANTAGES - Sort of slow, Smaller dictionary, Sort time, Size limit. *
- * *
- * *
- * This program although well written was designed to handle only files with *
- *1500 words or less. By modifing the dimension statement in line 40 of the *
- *program, but do not try anything bigger than 4000. Also this program uses *
- *a spell checking algorithym in which the words of your file are first sorted *
- *The problem here is that this program uses the old slow bubble sort routine. *
- *If you want you can replace it with faster versions of sort. See the file *
- *Mntsort.lqr for one of the fastest sorting routines available. Lastly the *
- *size of the dictionary is still growing. ____________________________________*
- * | overall bus uses spd *
- * | $$$ $$ $$ $ *
- * | *
- *******************************************************************************
- | *
- ******************************************************************************
- | *
- **********